home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / arcade / system16 / s16079dx / DDUXBL.GCS < prev    next >
Text File  |  1998-05-23  |  2KB  |  110 lines

  1. **************************************************
  2. * SEGA 1988 | Dynamite Dux (Bootleg)             *
  3. **************************************************
  4.  
  5. .game Dynamite_Dux
  6. .shortname dduxbl
  7. .gamenumber 1
  8.  
  9. .rompath roms\dduxbl\
  10. .zip dduxbl.zip
  11.  
  12. !REM Need_bootleg_roms
  13.  
  14. .romsize 12
  15. .romload dduxb03.bin dduxb05.bin
  16. .romload dduxb03.bin dduxb05.bin
  17. .romload dduxb02.bin dduxb04.bin
  18.  
  19. .inversedtile
  20. .scrsize 32
  21. .scrload dduxb14.bin dduxb15.bin dduxb16.bin
  22.  
  23. .objsize 512
  24. .objload dduxb10.bin dduxb06.bin
  25. .objload dduxb11.bin dduxb07.bin
  26. .objload dduxb12.bin dduxb08.bin
  27. .objload dduxb13.bin dduxb09.bin
  28. .objoffs 00 00 00 00 00 00 00 0x06 00 00 00 0x04 00 0x02 00 00
  29.  
  30. .defram 0x40 64
  31. .defram 0x41 64
  32. .defram 0x44 64
  33. .defram 0x84 64
  34. .defram 0xC4 64
  35. .defram 0xFE 1
  36. .defram 0xFF 64
  37.  
  38. *TESTS
  39. .defram 0x3F 64
  40.  
  41. .define txt 0x41
  42. .define vid 0x40
  43. .define io 0xC4
  44. .define spr 0x44
  45. .define pal 0x84
  46. .define soundbank 0xFE
  47.  
  48. .define iopl1 0x1003
  49. .define iopl2 0x1007
  50. .define iogen 0x1001
  51. .define iods1 0x2003
  52. .define iods2 0x2001
  53.  
  54. .patchcode 0x3932e 0x4e
  55. .patchcode 0x3932f 0x71
  56. .patchcode 0x3935a 0x4e
  57. .patchcode 0x3935b 0x71
  58. .patchcode 0x3934e 0x00
  59. .patchcode 0x1eb2e 0x01
  60. .patchcode 0x1eb2f 0x01
  61. .patchcode 0x1eb3c 0x00
  62. .patchcode 0x1eb3d 0x00
  63. .patchcode 0x23132 0x01
  64. .patchcode 0x23133 0x01
  65. .patchcode 0x23140 0x00
  66. .patchcode 0x23141 0x00
  67. .patchcode 0x24a9a 0x01
  68. .patchcode 0x24a9b 0x01
  69. .patchcode 0x24aa8 0x00
  70. .patchcode 0x24aa9 0x00
  71.  
  72. .define reghsbg 0xc46008
  73. .define reghsfg 0xc46018
  74. *.define reghsbg 0xfff6f4
  75. *.define reghsfg 0xfff6f2
  76. .define regvsbg 0xc46001
  77. .define regvsfg 0xc46011
  78. .define regpsbg 0xc46123
  79. .define regpsfg 0xc46127
  80. *.define regpsbg 0xfff6e5
  81. *.define regpsfg 0xfff6e3
  82. .define regscract 0xc40001
  83.  
  84. .pre16 6
  85.  
  86. .define sprxoffset -112
  87. .define dactype 0
  88.  
  89. .dup 0xc40007 0xfe0007 0xff
  90.  
  91. .sound 3 (0=nosound)
  92. .samplespath samples\dduxbl\ddux_
  93. .voicerange 0x41 0x4f
  94. .sfxrange 0xa0 0xba
  95. .bgmrange 0x90 0x9a
  96. .z80load dduxb01.bin
  97. .z80com 2 0xe800
  98. .define z80speed 2
  99. .ym2151
  100.  
  101. .dipswitch 0x01 0 ADVERTISE_SOUND OFF ON _ _ _ _ _ _
  102. .dipswitch 0x06 1 GANE_DIFFICULTY NORMAL EASY HARD HARDEST _ _ _ _
  103. .dipswitch 0x18 3 PLAYER_NUMBERS 3 2 4 5 _ _ _ _
  104. .dipswitch 0x60 5 EXTEND_PLAYER 200000 150000 300000 400000 _ _ _ _
  105.  
  106. .labeljoy _ FIRE JUMP _ DOWN UP RIGHT LEFT
  107. .labelgen COIN_1 COIN_2 TEST SERVICE 1P_START 2P_START _ _
  108.  
  109. .end
  110.